home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TDATAREPORTDIALOG / TDATAREPORTDIALOG.txt
Text File  |  2008-11-03  |  2KB  |  82 lines

  1. inherited DataReportDialog: TDataReportDialog
  2.   Caption = 'Data Compare Report'
  3.   PixelsPerInch = 96
  4.   TextHeight = 13
  5.   inherited LayoutLB: TUiListBox
  6.     Items.WideStrings = (
  7.       'Side-by-side'
  8.       'Summary')
  9.   end
  10.   inherited ReportGroupBox: TUiGroupBox
  11.     object ReportPanel: TUiPanel
  12.       Left = 2
  13.       Top = 15
  14.       Width = 381
  15.       Height = 42
  16.       Align = alTop
  17.       BevelOuter = bvNone
  18.       TabOrder = 0
  19.       object SelOnlyEdit: TUiCheckBox
  20.         Left = 6
  21.         Top = 4
  22.         Height = 17
  23.         Caption = 'Just selection'
  24.         TabOrder = 0
  25.         OnClick = SomethingChangedClick
  26.       end
  27.       object InsigIgnoredEdit: TUiCheckBox
  28.         Left = 6
  29.         Top = 24
  30.         Height = 17
  31.         Caption = 'Ignore unimportant'
  32.         TabOrder = 1
  33.         OnClick = SomethingChangedClick
  34.       end
  35.     end
  36.     object DisplayFilterPanel: TUiPanel
  37.       Left = 2
  38.       Top = 57
  39.       Width = 381
  40.       Height = 34
  41.       Align = alTop
  42.       BevelOuter = bvNone
  43.       TabOrder = 1
  44.       object DisplayFilterEdit: TUiComboBox
  45.         Left = 6
  46.         Top = 8
  47.         Width = 209
  48.         Height = 21
  49.         Style = csDropDownList
  50.         ItemHeight = 13
  51.         TabOrder = 0
  52.         OnChange = SomethingChangedClick
  53.       end
  54.     end
  55.     object LayoutPageControl: TUiPageControl
  56.       Left = 2
  57.       Top = 91
  58.       Width = 381
  59.       Height = 36
  60.       ActivePage = tsSideBySide
  61.       Align = alClient
  62.       Style = tsFlatButtons
  63.       TabOrder = 2
  64.       TabStop = False
  65.       object tsSideBySide: TUiTabSheet
  66.         TabVisible = False
  67.         object IncludeNumsEdit: TUiCheckBox
  68.           Left = 2
  69.           Top = 0
  70.           Height = 17
  71.           Caption = 'Include row numbers'
  72.           TabOrder = 0
  73.           OnClick = SomethingChangedClick
  74.         end
  75.       end
  76.       object tsNone: TUiTabSheet
  77.         TabVisible = False
  78.       end
  79.     end
  80.   end
  81. end
  82.